The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker.
高校的記憶體數據存儲,常用來做數據庫、緩存、流引擎和消息代理。
channel layer 在幹嘛?
官網安裝(不提供教學,可GOOGLE其他人教學)
docker 安裝(建議)
docker run --rm -p 6379:6379 redis:7
python3 -m pip install channels_redis
以上
wiki
Channel-Redis
Redis
Redis快速入門
Docker 安裝參考